Conversation
There was a problem hiding this comment.
I'd prefer to link to some file we have under control. So, what about
- adding it directly to Modelica/Resources/Documentation/Mechanics (like we already have Modelica/Resources/Documentation/Electrical/Spice3/Spice_3f3_Users_Manual.pdf)
- add a new branch literature in MSL repo
- fork the repo under org modelica
- add it somewhere to MSL Wiki
- or embed it somewhere e.g. https://github.com/user-attachments/files/25914704/matrix-to-quat.pdf
Enough options.
I like this since a user can access it directly. |
|
@beutlich I changed it now as suggested. My two commits can be squashed on merge. |
|
Does MA have the rights to distribute the material? |
Good point. |
maltelenz
left a comment
There was a problem hiding this comment.
Requesting changes to prevent merging until it is clarified that MA has the right to distribute the document, or some other solution is chosen.
Requesting changes to prevent merging until it is clarified that MA has the right to distribute the document, or some other solution is chosen.
| /* | ||
| This is an optimized version of the quaternion conversion based on | ||
| this paper: https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf | ||
| this paper: modelica://Modelica/Resources/Documentation/Mechanics/matrix-to-quat.pdf |
There was a problem hiding this comment.
| this paper: modelica://Modelica/Resources/Documentation/Mechanics/matrix-to-quat.pdf | |
| this paper: https://web.archive.org/web/20170718214714/https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf |
| <li>January 2021 by Jakub Tobolar<br> | ||
| reimplemented for more efficient and numerically stable algorithm according to | ||
| <a href=\"https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf\">https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf</a>. | ||
| <a href=\"modelica://Modelica/Resources/Documentation/Mechanics/matrix-to-quat.pdf\">matrix-to-quat.pdf</a>. |
There was a problem hiding this comment.
| <a href=\"modelica://Modelica/Resources/Documentation/Mechanics/matrix-to-quat.pdf\">matrix-to-quat.pdf</a>. | |
| <a href=\"https://web.archive.org/web/20170718214714/https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf\">matrix-to-quat.pdf</a>. |
Close #4759